home *** CD-ROM | disk | FTP | other *** search
Wrap
<?xml version="1.0"?> <interface> <!-- interface-requires gtk+ 2.12 --> <!-- interface-naming-policy toplevel-contextual --> <object class="GtkListStore" id="model1"> <columns> <!-- column-name gchararray --> <column type="gchararray"/> </columns> <data> <row> <col id="0" translatable="yes">enable</col> </row> <row> <col id="0" translatable="yes">disable</col> </row> <row> <col id="0" translatable="yes">force enable</col> </row> <row> <col id="0" translatable="yes">prompt</col> </row> </data> </object> <object class="GtkListStore" id="model2"> <columns> <!-- column-name gchararray --> <column type="gchararray"/> </columns> <data> <row> <col id="0" translatable="yes">su</col> </row> <row> <col id="0" translatable="yes">sudo</col> </row> </data> </object> <object class="GtkWindow" id="main_window"> <property name="border_width">6</property> <property name="title">Privilege granting preferences</property> <property name="window_position">center</property> <signal name="delete_event" handler="gtk_main_quit"/> <child> <object class="GtkVBox" id="vbox1"> <property name="visible">True</property> <property name="spacing">5</property> <child> <object class="GtkVBox" id="vbox2"> <property name="visible">True</property> <property name="border_width">9</property> <property name="spacing">20</property> <child> <object class="GtkTable" id="table1"> <property name="visible">True</property> <property name="n_rows">4</property> <property name="n_columns">3</property> <property name="column_spacing">6</property> <property name="row_spacing">6</property> <child> <object class="GtkEventBox" id="eventbox2"> <property name="visible">True</property> <property name="tooltip_text">The su mode will require the administrator password; sudo mode will request the user's own password, and needs prior setup of sudo.</property> <child> <object class="GtkLabel" id="label3"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">_Authentication mode:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">mode_combo</property> </object> </child> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> </packing> </child> <child> <object class="GtkEventBox" id="eventbox1"> <property name="visible">True</property> <property name="tooltip_text">This setting controls whether the keyboard and mouse should be held exclusively while requesting the password, to avoid that some other application receive the password.</property> <child> <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">_Grab mode:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">grab_combo</property> </object> </child> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> </packing> </child> <child> <object class="GtkComboBox" id="grab_combo"> <property name="visible">True</property> <property name="model">model1</property> <child> <object class="GtkCellRendererText" id="renderer1"/> <attributes> <attribute name="text">0</attribute> </attributes> </child> </object> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> </packing> </child> <child> <object class="GtkComboBox" id="mode_combo"> <property name="visible">True</property> <property name="model">model2</property> <child> <object class="GtkCellRendererText" id="renderer2"/> <attributes> <attribute name="text">0</attribute> </attributes> </child> </object> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> </packing> </child> <child> <object class="GtkLabel" id="spacer1"> <property name="width_request">18</property> <property name="visible">True</property> <property name="xalign">0</property> <property name="yalign">0</property> </object> <packing> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options"></property> </packing> </child> <child> <object class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="xalign">0</property> <property name="yalign">0</property> <property name="label" translatable="yes"><b>Screen Grabbing</b></property> <property name="use_markup">True</property> </object> <packing> <property name="right_attach">3</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> </packing> </child> <child> <object class="GtkLabel" id="spacer2"> <property name="width_request">18</property> <property name="visible">True</property> <property name="xalign">0</property> <property name="yalign">0</property> </object> <packing> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkLabel" id="label12"> <property name="visible">True</property> <property name="xalign">0</property> <property name="yalign">0</property> <property name="label" translatable="yes"><b>Behavior</b></property> <property name="use_markup">True</property> </object> <packing> <property name="right_attach">3</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="position">0</property> </packing> </child> </object> <packing> <property name="position">0</property> </packing> </child> <child> <object class="GtkHButtonBox" id="hbuttonbox1"> <property name="visible">True</property> <property name="layout_style">end</property> <child> <object class="GtkButton" id="button1"> <property name="label" translatable="no">gtk-close</property> <property name="visible">True</property> <property name="can_focus">False</property> <property name="receives_default">False</property> <property name="use_stock">True</property> <signal name="clicked" handler="gtk_main_quit"/> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> </child> </object> </interface>